object SkySearchForm: TSkySearchForm Left = 362 Top = 245 BorderStyle = bsToolWindow Caption = 'Search by name' ClientHeight = 154 ClientWidth = 430 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 430 Height = 154 Align = alClient BevelOuter = bvLowered BevelWidth = 2 TabOrder = 0 object SearchPanel: TPanel Left = 16 Top = 16 Width = 400 Height = 44 Caption = 'SearchPanel' TabOrder = 0 object SearchBox: TComboBox Left = 127 Top = 8 Width = 261 Height = 24 Style = csDropDownList ItemHeight = 16 Sorted = True TabOrder = 0 end object FindButton: TButton Left = 16 Top = 8 Width = 75 Height = 25 Caption = 'Find +' TabOrder = 1 OnClick = FindButtonClick end end object IconPanel: TPanel Left = 16 Top = 72 Width = 70 Height = 70 Caption = 'IconPanel' TabOrder = 1 object Image1: TImage Left = 3 Top = 2 Width = 64 Height = 64 AutoSize = True Picture.Data = {} Stretch = True OnClick = Image1Click end end object CheckboxPanel: TPanel Left = 96 Top = 72 Width = 319 Height = 67 BevelOuter = bvLowered TabOrder = 2 object StarsCheckBox: TCheckBox Left = 16 Top = 8 Width = 97 Height = 17 Caption = 'Stars' State = cbChecked TabOrder = 0 OnClick = StarsCheckBoxClick end object DSOCheckbox: TCheckBox Left = 16 Top = 40 Width = 97 Height = 17 Caption = 'DSOs' State = cbChecked TabOrder = 1 OnClick = DSOCheckboxClick end object SolarSystemCheckbox: TCheckBox Left = 144 Top = 8 Width = 133 Height = 17 Caption = 'Solar System' State = cbChecked TabOrder = 2 OnClick = SolarSystemCheckboxClick end object ConstelCheckbox: TCheckBox Left = 144 Top = 40 Width = 143 Height = 17 Caption = 'Constellations' State = cbChecked TabOrder = 3 OnClick = ConstelCheckboxClick end end end object IniOut1: TIniOut FileName = 'STELLA.INI' Items.Strings = ( 'SkySearchForm;Left;;Position;SearchFormLeft;1;0' 'SkySearchForm;Top;;Position;SearchFormTop;1;0' 'StarsCheckBox;Checked;;Settings;StarsChecked;1;0' 'DSOCheckbox;Checked;;Settings;DSOChecked;1;0' 'SolarSystemCheckbox;Checked;;Settings;SolSysChecked;1;0' 'ConstelCheckbox;Checked;;Settings;ConstelChecked;1;0' 'SkySearchForm;Visible;;Appearance;SearchFormVisible;1;0') RegistryRoot = CURRENT_USER Left = 398 Top = 123 end end